errors Derived Type

type, public :: errors


Type-Bound Procedures

procedure, public :: report_error

  • public subroutine report_error(this, fcn, msg, code)

    Arguments

    Type IntentOptional Attributes Name
    class(errors), intent(inout) :: this
    character(len=*), intent(in) :: fcn
    character(len=*), intent(in) :: msg
    integer(kind=int32), intent(in) :: code